This page lists the keyboard shortcuts and quick actions available in the legacy markdown editor.
It uses the same simple style direction as the vendor downloader page so it stays lightweight and consistent.
| Shortcut | Action | Notes |
|---|---|---|
| CtrlN | New file | Clears the editor after confirmation if content would be lost. |
| CtrlO | Open file | Opens the browser file picker for markdown or text files. |
| CtrlS | Save file | Downloads the current document using the active filename when available. |
| CtrlZ | Undo | Moves backward through the local undo history. |
| CtrlShiftZ | Redo | Reapplies the most recently undone change. |
| CtrlB | Bold selection | Wraps the selected text in `**` markers. |
| CtrlI | Italic selection | Wraps the selected text in `*` markers. |
| Control Group | Action | Best Use |
|---|---|---|
| Bold / Italic / Strike / Code | Inline formatting | Applies quick emphasis and inline code without typing markers manually. |
| H1 / H2 / H3 | Heading insertion | Adds heading markers at the start of the current line. |
| List / Numbered List / Quote | Block structure helpers | Useful for drafting notes and outlines quickly. |
| Link / Image / Table | Template insertion | Creates markdown snippets for common content types. |
| Menu | Contents | Use |
|---|---|---|
| File | New, Open, Save, Print, About | Document-level actions and version details. |
| Edit | Undo, Redo, Find / Replace, Select All | Editing and revision commands. |
| View | Split, Editor Only, Preview Only, Security, Smoke Tests | Layout and maintenance actions. |
| Help | Markdown Help, Shortcuts, View Help, Updates, About | Reference and support actions. |